type google.golang.org/grpc.fmtStringer

9 uses

	google.golang.org/grpc (current package)
		server.go#L1279: 					trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1614: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1801: 			ti.tr.LazyLog(&fmtStringer{"Malformed method name %q", []any{sm}}, true)
		server.go#L1807: 				ti.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1867: 			ti.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1671: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1756: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		trace.go#L132: type fmtStringer struct {
		trace.go#L137: func (f *fmtStringer) String() string {